火范文>英语词典>array variable翻译和用法

array variable

英 [əˈreɪ ˈveəriəbl]

美 [əˈreɪ ˈveriəbl]

网络  数组变量

计算机

双语例句

  • Also bound. The highest numbered or lowest numbered address of a particular area of storage, partition, array, or variable.
    也称为边界,特定存储区域、分区或变量的最高和最低编号地址。
  • It then appends all of that data as a hash table to the episodes array, which is a member variable.
    然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
  • Production of the segmented wedge array line focus system with variable line length
    焦线可调光楔列阵系统的研制
  • I understand the array, variable, and use of such procedure.
    使我了解了数组、变量、子程序等的运用。
  • The paper simply introduces the realization and use of dynamic array, controller array and array parameters of functions with variable parameters.
    概述了VB中动态数组、变参函数的数组参数及控件数组的实现和使用方法。
  • When an array variable is assigned an initial value, DB2 allocates enough memory to hold that value.
    分配一个初始值给阵列变量时,DB2会分配足够的内存以便存放此值。
  • While it might not be obvious, that lengthy string above is just an array, and once you've got that array in a JavaScript variable, you can access it easily.
    尽管看起来不明显,但是上面的长字符串实际上只是一个数组;将这个数组放进JavaScript变量之后,就可以很轻松地访问它。
  • When the value of an array variable is NULL, there is no memory allocated for it.
    在阵列变量值为NULL时,不为它分配内存。
  • The json modifier must be preceded by the@ character so that the array variable can be passed to json_modifier().
    json修饰符前面必须加上@字符,这样数组变量就可以传递到jsonmodifier()。
  • After that, we solve the constraint system to get its least solution and compare the capacity with the index range of the array variable to judge whether there is a vulnerability.
    然后对约束系统进行求解,得到其最小解,并对求出的各个数组变量的容量和下标范围进行比较,以此判断是否存在数组越界。